home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pbmpl91d.zip / PBMPLUS / MAN / PPMTOPIC.MAN < prev    next >
Text File  |  1993-01-08  |  1KB  |  69 lines

  1.  
  2.  
  3. ppmtopict(1)               Unix Programmer's Manual               ppmtopict(1)
  4.  
  5.  
  6. NAME
  7.      ppmtopict - convert a portable pixmap into a Macintosh PICT file
  8.  
  9. SYNOPSIS
  10.      ppmtopict [ppmfile]
  11.                 -------
  12.  
  13. DESCRIPTION
  14.      Reads a portable pixmap as input.  Produces  a  Macintosh  PICT  file  as
  15.      output.
  16.  
  17.      The generated file is only the data fork of a picture.  You will  need  a
  18.      program  such  as  mcvert  to  generate a Macbinary or a BinHex file that
  19.                         ------
  20.      contains the necessary information to identify the file as a PICT file to
  21.      MacOS.
  22.  
  23.      Even though PICT supports 2  and  4  bits  per  pixel,  ppmtopict  always
  24.                                                              ---------
  25.      generates an 8 bits per pixel file.
  26.  
  27. BUGS
  28.      The picture size field is only correct if the output is to a  file  since
  29.      writing  into  this  field requires seeking backwards on a file.  However
  30.      the PICT documentation seems to suggest that this field is  not  critical
  31.      anyway since it is only the lower 16 bits of the picture size.
  32.  
  33. SEE ALSO
  34.      picttoppm(1), ppm(5), mcvert(1)
  35.  
  36. AUTHOR
  37.      Copyright (C) 1990 by Ken Yap <ken@cs.rocester.edu>.
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.                                 15 April 1990                                1
  68.  
  69.